home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0988.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  1.1 KB  |  29 lines

  1. Mowgli C Assor writes:
  2. >   Um, I've been playing with various ways of getting postscript to display
  3. > via XMosaic (1.0). When you use FTP, things are fine, because the FTP daemon
  4. > doesn't do any processing, and so when XMosaic hands off to Ghostview or
  5. > whatever, life is fine.
  6. >   However, when HTTP processes the file, it puts the line :
  7. > <PLAINTEXT>
  8. > in front of the rest of the document. Thus, when it gets back to Ghostview,
  9. > it chokes because <PLAINTEXT> is invalid PS. This may again get us to the
  10. > point of needing "type tags" for different types of files, but with the
  11. > coming various "multi-media" browsers, it seems to me to be a problem we
  12. > need to solve somehow (perhaps the URLs will help, but I don't think they
  13. > are the ultimate solution).
  14. >   I can just set up a filter for Ghostscript which removes the offending
  15. > line, but is there a better solution?
  16.  
  17. The long-term solution is to move to HTTP2.  One short-term solution
  18. that you may want to explore is the NCSA public domain httpd, on
  19. ftp.ncsa.uiuc.edu in /Mosaic/ncsa_httpd, which will never do this to
  20. data files.
  21.  
  22. Cheers,
  23. Marc
  24.  
  25.